home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / prntutil / prntpart / prntpart.doc < prev    next >
Encoding:
Text File  |  1995-04-25  |  1.5 KB  |  34 lines

  1.                   Docs for PRNTPART program
  2.  
  3. The  PRNTPART  program is designed primarily  for  a  program 
  4. debugging environment where the user wants a hard copy of the 
  5. part of the program that has been changed;  but doesn't  want 
  6. to spend time, paper and ribbon on printing the entire file.
  7.  
  8. The program is a TTP program. When GEM displays the parameter 
  9. box,  enter the following three parameters,  separated by  at 
  10. least one space:
  11.      * the file name
  12.      * the first line number to print
  13.      * the last line number to print
  14. Follow these by an optional single letter 's' to suppress the 
  15. printing of page numbers.  The page numbers can be  confusing 
  16. since  they  start at zero  for  each  separate,  fragmentary 
  17. listing.  To obtain a complete listing, simply make the 'last 
  18. line' parameter a large number but less than 32,768.
  19.  
  20. The program is written in assembly language and assembled  by 
  21. ASSEMPRO.   The  source is included so you can modify  it  to 
  22. your heart's content.  There are several supporting routines, 
  23. but they are all included in the .ARC package.  Put eveything 
  24. on disk A:\ and assemnble file PRNTPART.S.   All the INCLUDES 
  25. are located at the beginning and end of this file.  You  will 
  26. probably  have  to  change the folder names  for  the  macros 
  27. included at about line 25 to conform to the folder names that 
  28. you use.
  29.  
  30. Initially  put in the public domain on Jan 17,1988 by  Merlin 
  31. Hanson.  Please send any comments to me at
  32.                     GENIE address: M.L.HANSON.
  33.  
  34.